[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
AFILL()
AFILL() fills an array with a chosen value.
Syntax
AFILL(<array>,<exp>[,<expN1>[,<expN2>]])
Arguments
<array> is the array to fill.
<exp> is the value to place in each array element. It can be an
expression of any data type.
<expN1> is the position of the first element to fill. This argument is
optional and defaults to 1.
<expN2> is the number of elements to fill starting with element
<expN1>. This argument is optional and defaults to all elements from
the starting element to the end of the array.
Returns
There is no return value.
Usage
Note that AFILL() does not work the same as similar functions in
spreadsheet languages. Specifically, there is no provision for
incrementing values in the range specified.
See Also:
ACHOICE
ACOPY
ADEL
ADIR
AFIELDS
AINS
ASCAN
ASORT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson